home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / MisterShuster.exe / scripts / DefineButton2_436 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-06-06  |  77 b   |  5 lines

  1. on(release){
  2.    _root.musicbox.gotoAndStop("stop");
  3.    gotoAndStop(2);
  4. }
  5.